home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <interface> <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy toplevel-contextual --> <object class="GtkVBox" id="stepUserInfo"> <property name="visible">True</property> <property name="border_width">6</property> <property name="orientation">vertical</property> <child> <object class="GtkLabel" id="userinfo_heading_label"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><big><b>Who are you?</b></big></property> <property name="use_markup">True</property> <property name="selectable">True</property> <property name="single_line_mode">True</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHSeparator" id="hseparator20"> <property name="visible">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">6</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">automatic</property> <child> <object class="GtkViewport" id="viewport1"> <property name="visible">True</property> <property name="resize_mode">queue</property> <property name="shadow_type">none</property> <child> <object class="GtkVBox" id="vbox12"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">24</property> <child> <object class="GtkVBox" id="vbox13"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">12</property> <child> <object class="GtkVBox" id="vbox14"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="fullname_label"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">What is your name?</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment16"> <property name="visible">True</property> <property name="left_padding">12</property> <child> <object class="GtkHBox" id="hbox5"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkEntry" id="fullname"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="width_chars">40</property> <signal name="changed" handler="info_loop"/> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="fullname_error_box"> <property name="spacing">6</property> <child> <object class="GtkImage" id="fullname_error_image"> <property name="visible">True</property> <property name="stock">gtk-dialog-error</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="fullname_error_reason"> <property name="visible">True</property> <property name="xalign">0</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkVBox" id="vbox15"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="username_label"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">What name do you want to use to log in?</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment17"> <property name="visible">True</property> <property name="xalign">0</property> <property name="left_padding">12</property> <child> <object class="GtkVBox" id="vbox16"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkHBox" id="username_hbox"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkEntry" id="username"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="width_chars">20</property> <signal name="changed" handler="info_loop"/> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="username_error_box"> <property name="spacing">6</property> <child> <object class="GtkImage" id="username_error_image"> <property name="visible">True</property> <property name="stock">gtk-dialog-error</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="username_error_reason"> <property name="visible">True</property> <property name="xalign">0</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="username_extra_label"> <property name="width_request">650</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><small>If more than one person will use this computer, you can set up multiple accounts after installation.</small></property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkVBox" id="vbox17"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="password_label"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Choose a password to keep your account safe.</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="password_debug_warning_label"> <property name="xalign">0</property> <property name="label" translatable="yes"><b>You are running in debugging mode. Do not use a valuable password!</b></property> <property name="use_markup">True</property> <property name="selectable">True</property> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment24"> <property name="visible">True</property> <property name="xalign">0</property> <property name="left_padding">12</property> <child> <object class="GtkVBox" id="vbox18"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkHBox" id="hbox6"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkHBox" id="hbox7"> <property name="visible">True</property> <property name="spacing">6</property> <property name="homogeneous">True</property> <child> <object class="GtkEntry" id="password"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="width_chars">20</property> <signal name="changed" handler="info_loop"/> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="verified_password"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="width_chars">20</property> <signal name="changed" handler="info_loop"/> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="password_error_box"> <property name="spacing">6</property> <child> <object class="GtkImage" id="password_error_image"> <property name="visible">True</property> <property name="stock">gtk-dialog-error</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="password_error_reason"> <property name="visible">True</property> <property name="xalign">0</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="password_extra_label"> <property name="width_request">650</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small></property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkVBox" id="hostname_vbox"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="hostname_label"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">What is the name of this computer?</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkAlignment" id="alignment30"> <property name="visible">True</property> <property name="xalign">0</property> <property name="left_padding">12</property> <child> <object class="GtkVBox" id="vbox20"> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkHBox" id="hbox8"> <property name="visible">True</property> <property name="spacing">12</property> <child> <object class="GtkEntry" id="hostname"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> <property name="activates_default">True</property> <property name="width_chars">20</property> <signal name="changed" handler="info_loop"/> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkHBox" id="hostname_error_box"> <property name="spacing">6</property> <child> <object class="GtkImage" id="hostname_error_image"> <property name="visible">True</property> <property name="stock">gtk-dialog-error</property> </object> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="hostname_error_reason"> <property name="visible">True</property> <property name="xalign">0</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="hostname_extra_label"> <property name="width_request">650</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><small>This name will be used if you make the computer visible to others on a network.</small></property> <property name="use_markup">True</property> <property name="wrap">True</property> <property name="selectable">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> <packing> <property name="position">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkVBox" id="login_vbox"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkRadioButton" id="login_auto"> <property name="label" translatable="yes">Log in automatically</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="draw_indicator">True</property> <property name="group">login_pass</property> </object> <packing> <property name="position">0</property> </packing> </child> <child> <object class="GtkRadioButton" id="login_pass"> <property name="label" translatable="yes">Require my password to log in</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="active">True</property> <property name="draw_indicator">True</property> </object> <packing> <property name="position">1</property> </packing> </child> <child> <object class="GtkRadioButton" id="login_encrypt"> <property name="label" translatable="yes">Require my password to log in and to decrypt my home folder</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="draw_indicator">True</property> <property name="group">login_pass</property> </object> <packing> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="position">3</property> </packing> </child> </object> </child> </object> </child> </object> <packing> <property name="padding">6</property> <property name="position">2</property> </packing> </child> </object> </interface>